projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49fb65
)
(sh-leading-keywords) <sh>: Add "!".
author
Andreas Schwab
<schwab@suse.de>
Sat, 24 Apr 2004 20:57:48 +0000
(20:57 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sat, 24 Apr 2004 20:57:48 +0000
(20:57 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 5635a1b17f792c0a9e0d6f15aa0a3f145147fe3d..f47ca3a73d4dff2e1e959050eb4ae4ad353551d2 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-648,7
+648,7
@@
implemented as aliases. See `sh-feature'."
(rc "else")
- (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
+ (sh "
!" "
do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
"*List of keywords that may be immediately followed by a builtin or keyword.
Given some confusion between keywords and builtins depending on shell and
system, the distinction here has been based on whether they influence the